home *** CD-ROM | disk | FTP | other *** search
/ Virtual Top Model / Virtual Top Model - Disc 1.iso / modulos / mod-3.dxr / 00044.ls < prev    next >
Encoding:
Text File  |  1997-04-01  |  139 b   |  11 lines

  1. on exitFrame
  2.   global ma, mma
  3.   if rollOver(5) then
  4.     cursor([ma, mma])
  5.   else
  6.     cursor(-1)
  7.   end if
  8.   rollboton()
  9.   go(the frame)
  10. end
  11.